__ANDROID_API_Q__

Names the "Q" API level (29), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_Q__ = 29;

Meta